home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.001 / tcpdump-~ / tcpdump-3.0.2-linux / tcpdump-3.0.2 / INSTALL < prev    next >
Encoding:
Text File  |  1995-04-27  |  1.5 KB  |  30 lines

  1. @(#) $Header: INSTALL,v 1.14+ 94/06/20 18:47:45 leres Exp $ (LBL)
  2.  
  3. If you have not built libpcap, do so first.  See the README
  4. file in this directory for the ftp location.
  5.  
  6. After libpcap has been built (either install it or make sure it's
  7. in ../libpcap), edit the BINDEST and MANDEST paths in Makefile.in
  8. and run ./configure (a shell script).  "configure" will determine
  9. your system attributes and generate an appropriate Makefile from
  10. Makefile.in.  Now build tcpdump by running "make".  (If you're system
  11. is not listed in the README as one which we have tested, you may have
  12. to modify the configure script and Makefile.in.  Please send us patches
  13. for any modifications you need to make.)
  14.  
  15. If everything builds ok, su and type "make install".  This will install
  16. tcpdump and the manual entry.  Note that since the system's packet
  17. capture facility can only be used by root, tcpdump is installed setuid
  18. to root.  As a security measure, we install it executable only by group
  19. "wheel".  On the other hand, BPF packet access is controlled by permissions
  20. to /dev/bpf0 etc., and in this case, tcpdump does not have to be setuid.
  21. In any case, DO NOT give untrusted users the capability of running tcpdump.
  22. Tcpdump can capture any traffic on your net, including passwords.
  23.  
  24. Note that osf1 v3 isn't supported with gcc. Comment out the lines that
  25. detect gcc before running configure.
  26.  
  27. Note that tcpdump is shipped with some systems, for example, DEC/OSF
  28. and BSD/386.  Remember to remove or rename the installed binary
  29. when upgrading.
  30.